Skip to main content

Style

The Style class represents the styling attributes for form controls, including padding, background color, and image layout.

Properties

NameDescription
HeightThe height of the control.
BackgroundColorThe background color of the control.
BackgroundImageLayoutThe layout of the background image.
PaddingThe padding of the control.
BackgroundImageThe background image of the control.

Constructors

NameDescription
Style()Initializes a new instance of the Style class with default values.

Methods

NameDescription
GetDifferences(otherObj)Compares the current instance with another style and returns the differences.